home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / STANDALO / CSHOWINI / READ_ME < prev   
INI File  |  1989-10-13  |  2KB  |  44 lines

  1. [CShowINIT for THINK C]
  2.  
  3. CShowINIT is a 'C' translation of Paul Mercer's ShowINIT
  4. icon notification routine that is completely compatible with
  5. existing INITs.  Color icons are supported (on CQD machines).
  6. Commented source code and example INITs are included.
  7.  
  8. This package contains the following INIT utilities:
  9.  
  10. CShowINIT:  a translation of Paul Mercer's ShowINIT routine,
  11.             with support for color icons.
  12.  
  13.   CShowINIT_PROC        -- 'PROC' version of CShowINIT
  14.   CShowINIT_INIT        -- 'INIT' version of CShowINIT
  15.   CShowINIT_PROC.c      -- source code to 'PROC' version
  16.   CShowINIT_INIT.c      -- source to standalone 'INIT' version
  17.   CShowINIT_PROC.pi     -- THINK C 3.02 project file
  18.   CShowINIT_INIT.pi     -- THINK C 3.02 project file
  19.  
  20. CapsLockINIT:  an example INIT that uses CShowINIT to create
  21.                some simple startup icon animation.
  22.  
  23.   Zaps Lock             -- the executable INIT file
  24.   CapsLockINIT.c        -- source code to CapsLockINIT
  25.   CapsLockINIT.pi.rsrc  -- project resource file
  26.   CapsLockINIT.pi       -- THINK C 3.02 project file
  27.  
  28. IconWrap:  an INIT that allows multiple rows of startup icons.
  29.            Demonstrates trap-patching and use of CShowINIT.
  30.  
  31.   IconWrap 1.2          -- the executable INIT file
  32.   IconWrap.doc          -- user documentation for IconWrap
  33.   IconWrap.c            -- source code
  34.   IconWrapINIT.pi.rsrc  -- project resource file
  35.   IconWrapINIT.pi       -- THINK C 3.02 project file
  36.  
  37. All files (except as otherwise noted) are copyright (C)1989 by
  38. Ken McLeod.  Permission is granted to use and distribute freely.
  39.  
  40. --
  41. Ken McLeod
  42.     {zardoz felix}!dhw68k!thecloud    (UUCP)
  43.     thecloud@dhw68k.cts.com            (InterNet)
  44.